Html Css Color HEX #FCDB1E Turbo

📋 copy color: '#FCDB1E'

red 252 ◦ green 219 ◦ blue 30

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

Shades of Turbo #FCDB1E

Tints of Turbo #FCDB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 5.99%

R = 50.3%
G = 43.71%
B = 5.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FCDB1E (or 0xFCDB1E) is known color: Turbo. HEX triplet: FC, DB and 1E. RGB value is (252,219,30). Sum of RGB (Red+Green+Blue) = 252+219+30=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 219 (85.94% from 255 or 43.71% from 501); Blue value is 30 (12.11% from 255 or 5.99% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB1E is #0324E1. Grayscale: #D0D0D0. Windows color (decimal): -206050 or 2022396. OLE color: 2022396.

HSL color Cylindrical-coordinate representation of color #FCDB1E: hue angle of 51.08º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FCDB1E is Cyan = 0, Magento = 0.13, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 219 30 -
CMYK 0 0.13 0.88 0.01
HSL 51.08º 0.97% 0.55% -
HSV(B) 51.08º 0.88% 0.99% -
XYZ 65.71 71.45 11.56 -
YUV 207.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 252 219 30 0 0.13 0.88 0.01 51.08 0.97 0.55
Hex FC DB 1E 0 D 58 1 33 61 37
Octal 374 333 36 0 15 130 1 63 141 67
Binary 11111100 11011011 11110 0 1101 1011000 1 110011 1100001 110111

Color Harmonies of #FCDB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB1E

Black with #FCDB1E

Text Example


Text Example

White with #FCDB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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