Html Css Color HEX #FFCB19 Turbo

📋 copy color: '#FFCB19'

red 255 ◦ green 203 ◦ blue 25

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

Shades of Turbo #FFCB19

Tints of Turbo #FFCB19

RGB

 RED value IS 255 (100% from 255) = 52.8%

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

 BLUE value IS 25 (10.16% from 255) = 5.18%

R = 52.8%
G = 42.03%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0

RGB Variations

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

Color information

#FFCB19 (or 0xFFCB19) is known color: Turbo. HEX triplet: FF, CB and 19. RGB value is (255,203,25). Sum of RGB (Red+Green+Blue) = 255+203+25=483 (63% of max value = 765). Red value is 255 (100% from 255 or 52.80% from 483); Green value is 203 (79.69% from 255 or 42.03% from 483); Blue value is 25 (10.16% from 255 or 5.18% from 483); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB19 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB19 is #0034E6. Grayscale: #C7C7C7. Windows color (decimal): -13543 or 1690623. OLE color: 1690623.

HSL color Cylindrical-coordinate representation of color #FFCB19: hue angle of 46.43º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FFCB19 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.

Color convert

RGB 255 203 25 -
CMYK 0 0.20 0.90 0
HSL 46.43º 1% 0.55% -
HSV(B) 46.43º 0.9% 1% -
XYZ 62.77 64.04 9.97 -
YUV 198.26 30.23 168.47 -
System Red Green Blue C M Y K H S L
Decimal 255 203 25 0 0.20 0.90 0 46.43 1 0.55
Hex FF CB 19 0 14 5A 0 2E 64 37
Octal 377 313 31 0 24 132 0 56 144 67
Binary 11111111 11001011 11001 0 10100 1011010 0 101110 1100100 110111

Color Harmonies of #FFCB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB19

Black with #FFCB19

Text Example


Text Example

White with #FFCB19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB19; }

 p { color: rgb(255,203,25); }

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

background-color css

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

 a { background-color: rgb(255,203,25); }

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

border-color css

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

 span { border-color: rgb(255,203,25); }

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