Html Css Color HEX #F5CC1C Turbo

📋 copy color: '#F5CC1C'

red 245 ◦ green 204 ◦ blue 28

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

Shades of Turbo #F5CC1C

Tints of Turbo #F5CC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 5.87%

R = 51.36%
G = 42.77%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5CC1C (or 0xF5CC1C) is known color: Turbo. HEX triplet: F5, CC and 1C. RGB value is (245,204,28). Sum of RGB (Red+Green+Blue) = 245+204+28=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 204 (80.08% from 255 or 42.77% from 477); Blue value is 28 (11.33% from 255 or 5.87% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC1C is #0A33E3. Grayscale: #C4C4C4. Windows color (decimal): -668644 or 1887477. OLE color: 1887477.

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

Color convert

RGB 245 204 28 -
CMYK 0 0.17 0.89 0.04
HSL 48.66º 0.92% 0.54% -
HSV(B) 48.66º 0.89% 0.96% -
XYZ 59.46 62.68 10.06 -
YUV 196.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 245 204 28 0 0.17 0.89 0.04 48.66 0.92 0.54
Hex F5 CC 1C 0 11 59 4 31 5C 36
Octal 365 314 34 0 21 131 4 61 134 66
Binary 11110101 11001100 11100 0 10001 1011001 100 110001 1011100 110110

Color Harmonies of #F5CC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC1C

Black with #F5CC1C

Text Example


Text Example

White with #F5CC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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