Html Css Color HEX #FCDA23 Turbo

📋 copy color: '#FCDA23'

red 252 ◦ green 218 ◦ blue 35

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

Shades of Turbo #FCDA23

Tints of Turbo #FCDA23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 6.93%

R = 49.9%
G = 43.17%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.01

RGB Variations

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

Color information

#FCDA23 (or 0xFCDA23) is known color: Turbo. HEX triplet: FC, DA and 23. RGB value is (252,218,35). Sum of RGB (Red+Green+Blue) = 252+218+35=505 (66% of max value = 765). Red value is 252 (98.83% from 255 or 49.90% from 505); Green value is 218 (85.55% from 255 or 43.17% from 505); Blue value is 35 (14.06% from 255 or 6.93% from 505); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDA23 is #0325DC. Grayscale: #D0D0D0. Windows color (decimal): -206301 or 2349820. OLE color: 2349820.

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

Color convert

RGB 252 218 35 -
CMYK 0 0.13 0.86 0.01
HSL 50.6º 0.97% 0.56% -
HSV(B) 50.6º 0.86% 0.99% -
XYZ 65.52 70.96 11.83 -
YUV 207.3 30.76 159.88 -
System Red Green Blue C M Y K H S L
Decimal 252 218 35 0 0.13 0.86 0.01 50.6 0.97 0.56
Hex FC DA 23 0 D 56 1 33 61 38
Octal 374 332 43 0 15 126 1 63 141 70
Binary 11111100 11011010 100011 0 1101 1010110 1 110011 1100001 111000

Color Harmonies of #FCDA23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDA23

Black with #FCDA23

Text Example


Text Example

White with #FCDA23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDA23; }

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

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

background-color css

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

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

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

border-color css

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

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

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