Html Css Color HEX #F5CC1B Turbo

📋 copy color: '#F5CC1B'

red 245 ◦ green 204 ◦ blue 27

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

Shades of Turbo #F5CC1B

Tints of Turbo #F5CC1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.67%

R = 51.47%
G = 42.86%
B = 5.67%

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

#F5CC1B (or 0xF5CC1B) is known color: Turbo. HEX triplet: F5, CC and 1B. RGB value is (245,204,27). Sum of RGB (Red+Green+Blue) = 245+204+27=476 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.47% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 27 (10.94% from 255 or 5.67% from 476); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CC1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5CC1B is #0A33E4. Grayscale: #C4C4C4. Windows color (decimal): -668645 or 1821941. OLE color: 1821941.

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

Color convert

RGB 245 204 27 -
CMYK 0 0.17 0.89 0.04
HSL 48.72º 0.92% 0.53% -
HSV(B) 48.72º 0.89% 0.96% -
XYZ 59.45 62.68 10 -
YUV 196.08 32.58 162.89 -
System Red Green Blue C M Y K H S L
Decimal 245 204 27 0 0.17 0.89 0.04 48.72 0.92 0.53
Hex F5 CC 1B 0 11 59 4 31 5C 35
Octal 365 314 33 0 21 131 4 61 134 65
Binary 11110101 11001100 11011 0 10001 1011001 100 110001 1011100 110101

Color Harmonies of #F5CC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CC1B

Black with #F5CC1B

Text Example


Text Example

White with #F5CC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CC1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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