Html Css Color HEX #FFCB15 Turbo

📋 copy color: '#FFCB15'

red 255 ◦ green 203 ◦ blue 21

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

Shades of Turbo #FFCB15

Tints of Turbo #FFCB15

RGB

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

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

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

R = 53.24%
G = 42.38%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#FFCB15 (or 0xFFCB15) is known color: Turbo. HEX triplet: FF, CB and 15. RGB value is (255,203,21). Sum of RGB (Red+Green+Blue) = 255+203+21=479 (63% of max value = 765). Red value is 255 (100% from 255 or 53.24% from 479); Green value is 203 (79.69% from 255 or 42.38% from 479); Blue value is 21 (8.59% from 255 or 4.38% from 479); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FFCB15 is #0034EA. Grayscale: #C6C6C6. Windows color (decimal): -13547 or 1428479. OLE color: 1428479.

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

Color convert

RGB 255 203 21 -
CMYK 0 0.20 0.92 0
HSL 46.67º 1% 0.54% -
HSV(B) 46.67º 0.92% 1% -
XYZ 62.73 64.03 9.76 -
YUV 197.8 28.23 168.8 -
System Red Green Blue C M Y K H S L
Decimal 255 203 21 0 0.20 0.92 0 46.67 1 0.54
Hex FF CB 15 0 14 5C 0 2F 64 36
Octal 377 313 25 0 24 134 0 57 144 66
Binary 11111111 11001011 10101 0 10100 1011100 0 101111 1100100 110110

Color Harmonies of #FFCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCB15

Black with #FFCB15

Text Example


Text Example

White with #FFCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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