Html Css Color HEX #FFCA25 Turbo

📋 copy color: '#FFCA25'

red 255 ◦ green 202 ◦ blue 37

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

Shades of Turbo #FFCA25

Tints of Turbo #FFCA25

RGB

 RED value IS 255 (100% from 255) = 51.62%

 GREEN value IS 202 (79.3% from 255) = 40.89%

 BLUE value IS 37 (14.84% from 255) = 7.49%

R = 51.62%
G = 40.89%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.85

 K value IS 0

RGB Variations

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

Color information

#FFCA25 (or 0xFFCA25) is known color: Turbo. HEX triplet: FF, CA and 25. RGB value is (255,202,37). Sum of RGB (Red+Green+Blue) = 255+202+37=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 202 (79.30% from 255 or 40.89% from 494); Blue value is 37 (14.84% from 255 or 7.49% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCA25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFCA25 is #0035DA. Grayscale: #C7C7C7. Windows color (decimal): -13787 or 2476799. OLE color: 2476799.

HSL color Cylindrical-coordinate representation of color #FFCA25: hue angle of 45.41º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFCA25 is Cyan = 0, Magento = 0.21, Yellow = 0.85 and Black (K on CMYK) = 0.

Color convert

RGB 255 202 37 -
CMYK 0 0.21 0.85 0
HSL 45.41º 1% 0.57% -
HSV(B) 45.41º 0.85% 1% -
XYZ 62.69 63.63 10.73 -
YUV 199.04 36.56 167.92 -
System Red Green Blue C M Y K H S L
Decimal 255 202 37 0 0.21 0.85 0 45.41 1 0.57
Hex FF CA 25 0 15 55 0 2D 64 39
Octal 377 312 45 0 25 125 0 55 144 71
Binary 11111111 11001010 100101 0 10101 1010101 0 101101 1100100 111001

Color Harmonies of #FFCA25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFCA25

Black with #FFCA25

Text Example


Text Example

White with #FFCA25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFCA25; }

 p { color: rgb(255,202,37); }

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

background-color css

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

 a { background-color: rgb(255,202,37); }

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

border-color css

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

 span { border-color: rgb(255,202,37); }

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