Html Css Color HEX #FDCF29 Turbo

📋 copy color: '#FDCF29'

red 253 ◦ green 207 ◦ blue 41

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

Shades of Turbo #FDCF29

Tints of Turbo #FDCF29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.18%

R = 50.5%
G = 41.32%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.84

 K value IS 0.01

RGB Variations

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

Color information

#FDCF29 (or 0xFDCF29) is known color: Turbo. HEX triplet: FD, CF and 29. RGB value is (253,207,41). Sum of RGB (Red+Green+Blue) = 253+207+41=501 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.50% from 501); Green value is 207 (81.25% from 255 or 41.32% from 501); Blue value is 41 (16.41% from 255 or 8.18% from 501); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCF29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCF29 is #0230D6. Grayscale: #CACACA. Windows color (decimal): -143575 or 2740221. OLE color: 2740221.

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

Color convert

RGB 253 207 41 -
CMYK 0 0.18 0.84 0.01
HSL 46.98º 0.98% 0.58% -
HSV(B) 46.98º 0.84% 0.99% -
XYZ 63.22 65.67 11.44 -
YUV 201.83 37.24 164.5 -
System Red Green Blue C M Y K H S L
Decimal 253 207 41 0 0.18 0.84 0.01 46.98 0.98 0.58
Hex FD CF 29 0 12 54 1 2F 62 3A
Octal 375 317 51 0 22 124 1 57 142 72
Binary 11111101 11001111 101001 0 10010 1010100 1 101111 1100010 111010

Color Harmonies of #FDCF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCF29

Black with #FDCF29

Text Example


Text Example

White with #FDCF29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCF29; }

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

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

background-color css

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

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

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

border-color css

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

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

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