Html Css Color HEX #F5CC27 Turbo

📋 copy color: '#F5CC27'

red 245 ◦ green 204 ◦ blue 39

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

Shades of Turbo #F5CC27

Tints of Turbo #F5CC27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.99%

R = 50.2%
G = 41.8%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F5CC27 (or 0xF5CC27) is known color: Turbo. HEX triplet: F5, CC and 27. RGB value is (245,204,39). Sum of RGB (Red+Green+Blue) = 245+204+39=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 204 (80.08% from 255 or 41.80% from 488); Blue value is 39 (15.62% from 255 or 7.99% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC27 is #0A33D8. Grayscale: #C6C6C6. Windows color (decimal): -668633 or 2608373. OLE color: 2608373.

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

Color convert

RGB 245 204 39 -
CMYK 0 0.17 0.84 0.04
HSL 48.06º 0.91% 0.56% -
HSV(B) 48.06º 0.84% 0.96% -
XYZ 59.62 62.74 10.89 -
YUV 197.45 38.58 161.92 -
System Red Green Blue C M Y K H S L
Decimal 245 204 39 0 0.17 0.84 0.04 48.06 0.91 0.56
Hex F5 CC 27 0 11 54 4 30 5B 38
Octal 365 314 47 0 21 124 4 60 133 70
Binary 11110101 11001100 100111 0 10001 1010100 100 110000 1011011 111000

Color Harmonies of #F5CC27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC27

Black with #F5CC27

Text Example


Text Example

White with #F5CC27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC27; }

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

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

background-color css

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

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

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

border-color css

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

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

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