Html Css Color HEX #FCDB25 Turbo

📋 copy color: '#FCDB25'

red 252 ◦ green 219 ◦ blue 37

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

Shades of Turbo #FCDB25

Tints of Turbo #FCDB25

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.11%

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

R = 49.61%
G = 43.11%
B = 7.28%

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

#FCDB25 (or 0xFCDB25) is known color: Turbo. HEX triplet: FC, DB and 25. RGB value is (252,219,37). Sum of RGB (Red+Green+Blue) = 252+219+37=508 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.61% from 508); Green value is 219 (85.94% from 255 or 43.11% from 508); Blue value is 37 (14.84% from 255 or 7.28% from 508); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB25 is #0324DA. Grayscale: #D0D0D0. Windows color (decimal): -206043 or 2481148. OLE color: 2481148.

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

Color convert

RGB 252 219 37 -
CMYK 0 0.13 0.85 0.01
HSL 50.79º 0.97% 0.57% -
HSV(B) 50.79º 0.85% 0.99% -
XYZ 65.81 71.49 12.08 -
YUV 208.12 31.43 159.3 -
System Red Green Blue C M Y K H S L
Decimal 252 219 37 0 0.13 0.85 0.01 50.79 0.97 0.57
Hex FC DB 25 0 D 55 1 33 61 39
Octal 374 333 45 0 15 125 1 63 141 71
Binary 11111100 11011011 100101 0 1101 1010101 1 110011 1100001 111001

Color Harmonies of #FCDB25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB25

Black with #FCDB25

Text Example


Text Example

White with #FCDB25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB25; }

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

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

background-color css

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

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

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

border-color css

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

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

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