Html Css Color HEX #FCDC25 Turbo

📋 copy color: '#FCDC25'

red 252 ◦ green 220 ◦ blue 37

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

Shades of Turbo #FCDC25

Tints of Turbo #FCDC25

RGB

 RED value IS 252 (98.83% from 255) = 49.51%

 GREEN value IS 220 (86.33% from 255) = 43.22%

 BLUE value IS 37 (14.84% from 255) = 7.27%

R = 49.51%
G = 43.22%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.01

RGB Variations

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

Color information

#FCDC25 (or 0xFCDC25) is known color: Turbo. HEX triplet: FC, DC and 25. RGB value is (252,220,37). Sum of RGB (Red+Green+Blue) = 252+220+37=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 37 (14.84% from 255 or 7.27% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDC25 is #0323DA. Grayscale: #D1D1D1. Windows color (decimal): -205787 or 2481404. OLE color: 2481404.

HSL color Cylindrical-coordinate representation of color #FCDC25: hue angle of 51.07º degrees, saturation: 0.97, 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 #FCDC25 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 220 37 -
CMYK 0 0.13 0.85 0.01
HSL 51.07º 0.97% 0.57% -
HSV(B) 51.07º 0.85% 0.99% -
XYZ 66.07 72.02 12.17 -
YUV 208.71 31.1 158.88 -
System Red Green Blue C M Y K H S L
Decimal 252 220 37 0 0.13 0.85 0.01 51.07 0.97 0.57
Hex FC DC 25 0 D 55 1 33 61 39
Octal 374 334 45 0 15 125 1 63 141 71
Binary 11111100 11011100 100101 0 1101 1010101 1 110011 1100001 111001

Color Harmonies of #FCDC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC25

Black with #FCDC25

Text Example


Text Example

White with #FCDC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC25; }

 p { color: rgb(252,220,37); }

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

background-color css

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

 a { background-color: rgb(252,220,37); }

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

border-color css

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

 span { border-color: rgb(252,220,37); }

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