Html Css Color HEX #FCDA1B Turbo

📋 copy color: '#FCDA1B'

red 252 ◦ green 218 ◦ blue 27

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

Shades of Turbo #FCDA1B

Tints of Turbo #FCDA1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.43%

R = 50.7%
G = 43.86%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FCDA1B (or 0xFCDA1B) is known color: Turbo. HEX triplet: FC, DA and 1B. RGB value is (252,218,27). Sum of RGB (Red+Green+Blue) = 252+218+27=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 27 (10.94% from 255 or 5.43% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA1B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA1B is #0325E4. Grayscale: #CFCFCF. Windows color (decimal): -206309 or 1825532. OLE color: 1825532.

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

Color convert

RGB 252 218 27 -
CMYK 0 0.13 0.89 0.01
HSL 50.93º 0.97% 0.55% -
HSV(B) 50.93º 0.89% 0.99% -
XYZ 65.41 70.92 11.28 -
YUV 206.39 26.76 160.53 -
System Red Green Blue C M Y K H S L
Decimal 252 218 27 0 0.13 0.89 0.01 50.93 0.97 0.55
Hex FC DA 1B 0 D 59 1 33 61 37
Octal 374 332 33 0 15 131 1 63 141 67
Binary 11111100 11011010 11011 0 1101 1011001 1 110011 1100001 110111

Color Harmonies of #FCDA1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA1B

Black with #FCDA1B

Text Example


Text Example

White with #FCDA1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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