Html Css Color HEX #F5CB15 Turbo

📋 copy color: '#F5CB15'

red 245 ◦ green 203 ◦ blue 21

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

Shades of Turbo #F5CB15

Tints of Turbo #F5CB15

RGB

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

 GREEN value IS 203 (79.69% from 255) = 43.28%

 BLUE value IS 21 (8.59% from 255) = 4.48%

R = 52.24%
G = 43.28%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F5CB15 (or 0xF5CB15) is known color: Turbo. HEX triplet: F5, CB and 15. RGB value is (245,203,21). Sum of RGB (Red+Green+Blue) = 245+203+21=469 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.24% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 21 (8.59% from 255 or 4.48% from 469); Max value from RGB is 245 - color contains mainly: red. Hex color #F5CB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5CB15 is #0A34EA. Grayscale: #C3C3C3. Windows color (decimal): -668907 or 1428469. OLE color: 1428469.

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

Color convert

RGB 245 203 21 -
CMYK 0 0.17 0.91 0.04
HSL 48.75º 0.92% 0.52% -
HSV(B) 48.75º 0.91% 0.96% -
XYZ 59.15 62.18 9.59 -
YUV 194.81 29.91 163.8 -
System Red Green Blue C M Y K H S L
Decimal 245 203 21 0 0.17 0.91 0.04 48.75 0.92 0.52
Hex F5 CB 15 0 11 5B 4 31 5C 34
Octal 365 313 25 0 21 133 4 61 134 64
Binary 11110101 11001011 10101 0 10001 1011011 100 110001 1011100 110100

Color Harmonies of #F5CB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5CB15

Black with #F5CB15

Text Example


Text Example

White with #F5CB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5CB15; }

 p { color: rgb(245,203,21); }

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

background-color css

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

 a { background-color: rgb(245,203,21); }

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

border-color css

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

 span { border-color: rgb(245,203,21); }

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