Html Css Color HEX #FDB42B Supernova

📋 copy color: '#FDB42B'

red 253 ◦ green 180 ◦ blue 43

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

Shades of Supernova #FDB42B

Tints of Supernova #FDB42B

RGB

 RED value IS 253 (99.22% from 255) = 53.15%

 GREEN value IS 180 (70.7% from 255) = 37.82%

 BLUE value IS 43 (17.19% from 255) = 9.03%

R = 53.15%
G = 37.82%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.01

RGB Variations

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

Color information

#FDB42B (or 0xFDB42B) is known color: Supernova. HEX triplet: FD, B4 and 2B. RGB value is (253,180,43). Sum of RGB (Red+Green+Blue) = 253+180+43=476 (63% of max value = 765). Red value is 253 (99.22% from 255 or 53.15% from 476); Green value is 180 (70.70% from 255 or 37.82% from 476); Blue value is 43 (17.19% from 255 or 9.03% from 476); Max value from RGB is 253 - color contains mainly: red. Hex color #FDB42B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDB42B is #024BD4. Grayscale: #BABABA. Windows color (decimal): -150485 or 2864381. OLE color: 2864381.

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

Color convert

RGB 253 180 43 -
CMYK 0 0.29 0.83 0.01
HSL 39.14º 0.98% 0.58% -
HSV(B) 39.14º 0.83% 0.99% -
XYZ 57.27 53.7 9.63 -
YUV 186.21 47.18 175.64 -
System Red Green Blue C M Y K H S L
Decimal 253 180 43 0 0.29 0.83 0.01 39.14 0.98 0.58
Hex FD B4 2B 0 1D 53 1 27 62 3A
Octal 375 264 53 0 35 123 1 47 142 72
Binary 11111101 10110100 101011 0 11101 1010011 1 100111 1100010 111010

Color Harmonies of #FDB42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDB42B

Black with #FDB42B

Text Example


Text Example

White with #FDB42B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDB42B; }

 p { color: rgb(253,180,43); }

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

background-color css

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

 a { background-color: rgb(253,180,43); }

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

border-color css

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

 span { border-color: rgb(253,180,43); }

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