Html Css Color HEX #FCB90D Selective Yellow

📋 copy color: '#FCB90D'

red 252 ◦ green 185 ◦ blue 13

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

Shades of Selective Yellow #FCB90D

Tints of Selective Yellow #FCB90D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.11%

 BLUE value IS 13 (5.47% from 255) = 2.89%

R = 56%
G = 41.11%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCB90D (or 0xFCB90D) is known color: Selective Yellow. HEX triplet: FC, B9 and 0D. RGB value is (252,185,13). Sum of RGB (Red+Green+Blue) = 252+185+13=450 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56% from 450); Green value is 185 (72.66% from 255 or 41.11% from 450); Blue value is 13 (5.47% from 255 or 2.89% from 450); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB90D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCB90D is #0346F2. Grayscale: #BABABA. Windows color (decimal): -214771 or 899580. OLE color: 899580.

HSL color Cylindrical-coordinate representation of color #FCB90D: hue angle of 43.18º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FCB90D is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 185 13 -
CMYK 0 0.27 0.95 0.01
HSL 43.18º 0.98% 0.52% -
HSV(B) 43.18º 0.95% 0.99% -
XYZ 57.57 55.42 8.04 -
YUV 185.43 30.7 175.49 -
System Red Green Blue C M Y K H S L
Decimal 252 185 13 0 0.27 0.95 0.01 43.18 0.98 0.52
Hex FC B9 D 0 1B 5F 1 2B 62 34
Octal 374 271 15 0 33 137 1 53 142 64
Binary 11111100 10111001 1101 0 11011 1011111 1 101011 1100010 110100

Color Harmonies of #FCB90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCB90D

Black with #FCB90D

Text Example


Text Example

White with #FCB90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCB90D; }

 p { color: rgb(252,185,13); }

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

background-color css

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

 a { background-color: rgb(252,185,13); }

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

border-color css

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

 span { border-color: rgb(252,185,13); }

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