Html Css Color HEX #FDCE1A Turbo

📋 copy color: '#FDCE1A'

red 253 ◦ green 206 ◦ blue 26

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

Shades of Turbo #FDCE1A

Tints of Turbo #FDCE1A

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.47%

 BLUE value IS 26 (10.55% from 255) = 5.36%

R = 52.16%
G = 42.47%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDCE1A (or 0xFDCE1A) is known color: Turbo. HEX triplet: FD, CE and 1A. RGB value is (253,206,26). Sum of RGB (Red+Green+Blue) = 253+206+26=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 26 (10.55% from 255 or 5.36% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCE1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCE1A is #0231E5. Grayscale: #C8C8C8. Windows color (decimal): -143846 or 1756925. OLE color: 1756925.

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

Color convert

RGB 253 206 26 -
CMYK 0 0.19 0.90 0.01
HSL 47.58º 0.98% 0.55% -
HSV(B) 47.58º 0.9% 0.99% -
XYZ 62.77 65.1 10.23 -
YUV 199.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 253 206 26 0 0.19 0.90 0.01 47.58 0.98 0.55
Hex FD CE 1A 0 13 5A 1 30 62 37
Octal 375 316 32 0 23 132 1 60 142 67
Binary 11111101 11001110 11010 0 10011 1011010 1 110000 1100010 110111

Color Harmonies of #FDCE1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCE1A

Black with #FDCE1A

Text Example


Text Example

White with #FDCE1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCE1A; }

 p { color: rgb(253,206,26); }

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

background-color css

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

 a { background-color: rgb(253,206,26); }

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

border-color css

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

 span { border-color: rgb(253,206,26); }

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