Html Css Color HEX #F3CA1D Turbo

📋 copy color: '#F3CA1D'

red 243 ◦ green 202 ◦ blue 29

#F3CA1D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #F3CA1D

Tints of Turbo #F3CA1D

RGB

 RED value IS 243 (95.31% from 255) = 51.27%

 GREEN value IS 202 (79.3% from 255) = 42.62%

 BLUE value IS 29 (11.72% from 255) = 6.12%

R = 51.27%
G = 42.62%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.88

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F3CA1D (or 0xF3CA1D) is known color: Turbo. HEX triplet: F3, CA and 1D. RGB value is (243,202,29). Sum of RGB (Red+Green+Blue) = 243+202+29=474 (62% of max value = 765). Red value is 243 (95.31% from 255 or 51.27% from 474); Green value is 202 (79.30% from 255 or 42.62% from 474); Blue value is 29 (11.72% from 255 or 6.12% from 474); Max value from RGB is 243 - color contains mainly: red. Hex color #F3CA1D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3CA1D is #0C35E2. Grayscale: #C3C3C3. Windows color (decimal): -800227 or 1952499. OLE color: 1952499.

HSL color Cylindrical-coordinate representation of color #F3CA1D: hue angle of 48.5º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3CA1D is Cyan = 0, Magento = 0.17, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 202 29 -
CMYK 0 0.17 0.88 0.05
HSL 48.5º 0.9% 0.53% -
HSV(B) 48.5º 0.88% 0.95% -
XYZ 58.3 61.38 9.94 -
YUV 194.54 34.58 162.57 -
System Red Green Blue C M Y K H S L
Decimal 243 202 29 0 0.17 0.88 0.05 48.5 0.9 0.53
Hex F3 CA 1D 0 11 58 5 31 5A 35
Octal 363 312 35 0 21 130 5 61 132 65
Binary 11110011 11001010 11101 0 10001 1011000 101 110001 1011010 110101

Color Harmonies of #F3CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3CA1D

Black with #F3CA1D

Text Example


Text Example

White with #F3CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3CA1D; }

 p { color: rgb(243,202,29); }

 H1.HeaderClassName
 {
   color: #F3CA1D;
 }
 .AnyTagClassName
 {
   color: #F3CA1D;
 }
</style>

background-color css

<style>
 a { background-color: #F3CA1D; }

 a { background-color: rgb(243,202,29); }

 div.DivClassName
 {
   background-color: #F3CA1D;
 }
 .BgClassName
 {
   background-color: #F3CA1D;
 }
</style>

border-color css

<style>
 span { border-color: #F3CA1D; }

 span { border-color: rgb(243,202,29); }

 td.TdClassName
 {
   border-color: #F3CA1D;
 }
 .TagClassName
 {
   border-color: #F3CA1D;
 }
</style>