Html Css Color HEX #F5CC14 Turbo

📋 copy color: '#F5CC14'

red 245 ◦ green 204 ◦ blue 20

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

Shades of Turbo #F5CC14

Tints of Turbo #F5CC14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 52.24%
G = 43.5%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F5CC14 (or 0xF5CC14) is known color: Turbo. HEX triplet: F5, CC and 14. RGB value is (245,204,20). Sum of RGB (Red+Green+Blue) = 245+204+20=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 20 (8.20% from 255 or 4.26% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC14 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CC14 is #0A33EB. Grayscale: #C4C4C4. Windows color (decimal): -668652 or 1363189. OLE color: 1363189.

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

Color convert

RGB 245 204 20 -
CMYK 0 0.17 0.92 0.04
HSL 49.07º 0.92% 0.52% -
HSV(B) 49.07º 0.92% 0.96% -
XYZ 59.38 62.65 9.62 -
YUV 195.28 29.08 163.46 -
System Red Green Blue C M Y K H S L
Decimal 245 204 20 0 0.17 0.92 0.04 49.07 0.92 0.52
Hex F5 CC 14 0 11 5C 4 31 5C 34
Octal 365 314 24 0 21 134 4 61 134 64
Binary 11110101 11001100 10100 0 10001 1011100 100 110001 1011100 110100

Color Harmonies of #F5CC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC14

Black with #F5CC14

Text Example


Text Example

White with #F5CC14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC14; }

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

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

background-color css

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

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

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

border-color css

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

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

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