Html Css Color HEX #FCDB23 Turbo

📋 copy color: '#FCDB23'

red 252 ◦ green 219 ◦ blue 35

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

Shades of Turbo #FCDB23

Tints of Turbo #FCDB23

RGB

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

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

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

R = 49.8%
G = 43.28%
B = 6.92%

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

#FCDB23 (or 0xFCDB23) is known color: Turbo. HEX triplet: FC, DB and 23. RGB value is (252,219,35). Sum of RGB (Red+Green+Blue) = 252+219+35=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 35 (14.06% from 255 or 6.92% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDB23 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCDB23 is #0324DC. Grayscale: #D0D0D0. Windows color (decimal): -206045 or 2350076. OLE color: 2350076.

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

Color convert

RGB 252 219 35 -
CMYK 0 0.13 0.86 0.01
HSL 50.88º 0.97% 0.56% -
HSV(B) 50.88º 0.86% 0.99% -
XYZ 65.78 71.48 11.92 -
YUV 207.89 30.43 159.46 -
System Red Green Blue C M Y K H S L
Decimal 252 219 35 0 0.13 0.86 0.01 50.88 0.97 0.56
Hex FC DB 23 0 D 56 1 33 61 38
Octal 374 333 43 0 15 126 1 63 141 70
Binary 11111100 11011011 100011 0 1101 1010110 1 110011 1100001 111000

Color Harmonies of #FCDB23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDB23

Black with #FCDB23

Text Example


Text Example

White with #FCDB23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDB23; }

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

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

background-color css

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

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

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

border-color css

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

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

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