Html Css Color HEX #FCDA1A Turbo

📋 copy color: '#FCDA1A'

red 252 ◦ green 218 ◦ blue 26

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

Shades of Turbo #FCDA1A

Tints of Turbo #FCDA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.24%

R = 50.81%
G = 43.95%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FCDA1A (or 0xFCDA1A) is known color: Turbo. HEX triplet: FC, DA and 1A. RGB value is (252,218,26). Sum of RGB (Red+Green+Blue) = 252+218+26=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 26 (10.55% from 255 or 5.24% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA1A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA1A is #0325E5. Grayscale: #CFCFCF. Windows color (decimal): -206310 or 1759996. OLE color: 1759996.

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

Color convert

RGB 252 218 26 -
CMYK 0 0.13 0.90 0.01
HSL 50.97º 0.97% 0.55% -
HSV(B) 50.97º 0.9% 0.99% -
XYZ 65.4 70.91 11.22 -
YUV 206.28 26.26 160.61 -
System Red Green Blue C M Y K H S L
Decimal 252 218 26 0 0.13 0.90 0.01 50.97 0.97 0.55
Hex FC DA 1A 0 D 5A 1 33 61 37
Octal 374 332 32 0 15 132 1 63 141 67
Binary 11111100 11011010 11010 0 1101 1011010 1 110011 1100001 110111

Color Harmonies of #FCDA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA1A

Black with #FCDA1A

Text Example


Text Example

White with #FCDA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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