Html Css Color HEX #FDCD27 Turbo

📋 copy color: '#FDCD27'

red 253 ◦ green 205 ◦ blue 39

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

Shades of Turbo #FDCD27

Tints of Turbo #FDCD27

RGB

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

 GREEN value IS 205 (80.47% from 255) = 41.25%

 BLUE value IS 39 (15.63% from 255) = 7.85%

R = 50.91%
G = 41.25%
B = 7.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FDCD27 (or 0xFDCD27) is known color: Turbo. HEX triplet: FD, CD and 27. RGB value is (253,205,39). Sum of RGB (Red+Green+Blue) = 253+205+39=497 (65% of max value = 765). Red value is 253 (99.22% from 255 or 50.91% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 39 (15.62% from 255 or 7.85% from 497); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCD27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDCD27 is #0232D8. Grayscale: #C9C9C9. Windows color (decimal): -144089 or 2608637. OLE color: 2608637.

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

Color convert

RGB 253 205 39 -
CMYK 0 0.19 0.85 0.01
HSL 46.54º 0.98% 0.57% -
HSV(B) 46.54º 0.85% 0.99% -
XYZ 62.71 64.69 11.1 -
YUV 200.43 36.9 165.5 -
System Red Green Blue C M Y K H S L
Decimal 253 205 39 0 0.19 0.85 0.01 46.54 0.98 0.57
Hex FD CD 27 0 13 55 1 2F 62 39
Octal 375 315 47 0 23 125 1 57 142 71
Binary 11111101 11001101 100111 0 10011 1010101 1 101111 1100010 111001

Color Harmonies of #FDCD27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCD27

Black with #FDCD27

Text Example


Text Example

White with #FDCD27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCD27; }

 p { color: rgb(253,205,39); }

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

background-color css

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

 a { background-color: rgb(253,205,39); }

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

border-color css

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

 span { border-color: rgb(253,205,39); }

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