Html Css Color HEX #FDCF1A Turbo

📋 copy color: '#FDCF1A'

red 253 ◦ green 207 ◦ blue 26

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

Shades of Turbo #FDCF1A

Tints of Turbo #FDCF1A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

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

R = 52.06%
G = 42.59%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDCF1A (or 0xFDCF1A) is known color: Turbo. HEX triplet: FD, CF and 1A. RGB value is (253,207,26). Sum of RGB (Red+Green+Blue) = 253+207+26=486 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.06% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 26 (10.55% from 255 or 5.35% from 486); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF1A is #0230E5. Grayscale: #C8C8C8. Windows color (decimal): -143590 or 1757181. OLE color: 1757181.

HSL color Cylindrical-coordinate representation of color #FDCF1A: hue angle of 47.84º 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 #FDCF1A is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 26 -
CMYK 0 0.18 0.90 0.01
HSL 47.84º 0.98% 0.55% -
HSV(B) 47.84º 0.9% 0.99% -
XYZ 63.01 65.58 10.32 -
YUV 200.12 29.74 165.72 -
System Red Green Blue C M Y K H S L
Decimal 253 207 26 0 0.18 0.90 0.01 47.84 0.98 0.55
Hex FD CF 1A 0 12 5A 1 30 62 37
Octal 375 317 32 0 22 132 1 60 142 67
Binary 11111101 11001111 11010 0 10010 1011010 1 110000 1100010 110111

Color Harmonies of #FDCF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF1A

Black with #FDCF1A

Text Example


Text Example

White with #FDCF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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