Html Css Color HEX #FCDA25 Turbo

📋 copy color: '#FCDA25'

red 252 ◦ green 218 ◦ blue 37

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

Shades of Turbo #FCDA25

Tints of Turbo #FCDA25

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43%

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

R = 49.7%
G = 43%
B = 7.3%

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

#FCDA25 (or 0xFCDA25) is known color: Turbo. HEX triplet: FC, DA and 25. RGB value is (252,218,37). Sum of RGB (Red+Green+Blue) = 252+218+37=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 218 (85.55% from 255 or 43.00% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA25 is #0325DA. Grayscale: #D0D0D0. Windows color (decimal): -206299 or 2480892. OLE color: 2480892.

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

Color convert

RGB 252 218 37 -
CMYK 0 0.13 0.85 0.01
HSL 50.51º 0.97% 0.57% -
HSV(B) 50.51º 0.85% 0.99% -
XYZ 65.55 70.97 11.99 -
YUV 207.53 31.76 159.72 -
System Red Green Blue C M Y K H S L
Decimal 252 218 37 0 0.13 0.85 0.01 50.51 0.97 0.57
Hex FC DA 25 0 D 55 1 33 61 39
Octal 374 332 45 0 15 125 1 63 141 71
Binary 11111100 11011010 100101 0 1101 1010101 1 110011 1100001 111001

Color Harmonies of #FCDA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA25

Black with #FCDA25

Text Example


Text Example

White with #FCDA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA25; }

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

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

background-color css

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

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

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

border-color css

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

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

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