Html Css Color HEX #FDCB15 Turbo

📋 copy color: '#FDCB15'

red 253 ◦ green 203 ◦ blue 21

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

Shades of Turbo #FDCB15

Tints of Turbo #FDCB15

RGB

 RED value IS 253 (99.22% from 255) = 53.04%

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

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

R = 53.04%
G = 42.56%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.01

RGB Variations

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

Color information

#FDCB15 (or 0xFDCB15) is known color: Turbo. HEX triplet: FD, CB and 15. RGB value is (253,203,21). Sum of RGB (Red+Green+Blue) = 253+203+21=477 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.04% from 477); Green value is 203 (79.69% from 255 or 42.56% from 477); Blue value is 21 (8.59% from 255 or 4.40% from 477); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCB15 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCB15 is #0234EA. Grayscale: #C5C5C5. Windows color (decimal): -144619 or 1428477. OLE color: 1428477.

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

Color convert

RGB 253 203 21 -
CMYK 0 0.20 0.92 0.01
HSL 47.07º 0.98% 0.54% -
HSV(B) 47.07º 0.92% 0.99% -
XYZ 62 63.65 9.73 -
YUV 197.2 28.57 167.8 -
System Red Green Blue C M Y K H S L
Decimal 253 203 21 0 0.20 0.92 0.01 47.07 0.98 0.54
Hex FD CB 15 0 14 5C 1 2F 62 36
Octal 375 313 25 0 24 134 1 57 142 66
Binary 11111101 11001011 10101 0 10100 1011100 1 101111 1100010 110110

Color Harmonies of #FDCB15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCB15

Black with #FDCB15

Text Example


Text Example

White with #FDCB15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCB15; }

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

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

background-color css

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

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

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

border-color css

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

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

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