Html Css Color HEX #F5CC12 Turbo

📋 copy color: '#F5CC12'

red 245 ◦ green 204 ◦ blue 18

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

Shades of Turbo #F5CC12

Tints of Turbo #F5CC12

RGB

 RED value IS 245 (96.09% from 255) = 52.46%

 GREEN value IS 204 (80.08% from 255) = 43.68%

 BLUE value IS 18 (7.42% from 255) = 3.85%

R = 52.46%
G = 43.68%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F5CC12 (or 0xF5CC12) is known color: Turbo. HEX triplet: F5, CC and 12. RGB value is (245,204,18). Sum of RGB (Red+Green+Blue) = 245+204+18=467 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.46% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 18 (7.42% from 255 or 3.85% from 467); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC12 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CC12 is #0A33ED. Grayscale: #C3C3C3. Windows color (decimal): -668654 or 1232117. OLE color: 1232117.

HSL color Cylindrical-coordinate representation of color #F5CC12: hue angle of 49.16º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F5CC12 is Cyan = 0, Magento = 0.17, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 204 18 -
CMYK 0 0.17 0.93 0.04
HSL 49.16º 0.92% 0.52% -
HSV(B) 49.16º 0.93% 0.96% -
XYZ 59.36 62.64 9.53 -
YUV 195.06 28.08 163.62 -
System Red Green Blue C M Y K H S L
Decimal 245 204 18 0 0.17 0.93 0.04 49.16 0.92 0.52
Hex F5 CC 12 0 11 5D 4 31 5C 34
Octal 365 314 22 0 21 135 4 61 134 64
Binary 11110101 11001100 10010 0 10001 1011101 100 110001 1011100 110100

Color Harmonies of #F5CC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC12

Black with #F5CC12

Text Example


Text Example

White with #F5CC12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC12; }

 p { color: rgb(245,204,18); }

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

background-color css

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

 a { background-color: rgb(245,204,18); }

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

border-color css

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

 span { border-color: rgb(245,204,18); }

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