Html Css Color HEX #FDCF17 Turbo

📋 copy color: '#FDCF17'

red 253 ◦ green 207 ◦ blue 23

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

Shades of Turbo #FDCF17

Tints of Turbo #FDCF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.76%

R = 52.38%
G = 42.86%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#FDCF17 (or 0xFDCF17) is known color: Turbo. HEX triplet: FD, CF and 17. RGB value is (253,207,23). Sum of RGB (Red+Green+Blue) = 253+207+23=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 23 (9.38% from 255 or 4.76% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF17 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDCF17 is #0230E8. Grayscale: #C8C8C8. Windows color (decimal): -143593 or 1560573. OLE color: 1560573.

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

Color convert

RGB 253 207 23 -
CMYK 0 0.18 0.91 0.01
HSL 48º 0.98% 0.54% -
HSV(B) 48º 0.91% 0.99% -
XYZ 62.98 65.57 10.15 -
YUV 199.78 28.24 165.96 -
System Red Green Blue C M Y K H S L
Decimal 253 207 23 0 0.18 0.91 0.01 48 0.98 0.54
Hex FD CF 17 0 12 5B 1 30 62 36
Octal 375 317 27 0 22 133 1 60 142 66
Binary 11111101 11001111 10111 0 10010 1011011 1 110000 1100010 110110

Color Harmonies of #FDCF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF17

Black with #FDCF17

Text Example


Text Example

White with #FDCF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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